From: florian Date: Sun, 26 Jul 2009 11:57:29 +0000 (+0000) Subject: [package] get the enable/disable ipv6 configure option from the build system, do... X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=a2b914be78cba3e4ab7e3b0ec24fcbff87f77ee3;p=feed%2Frouting.git [package] get the enable/disable ipv6 configure option from the build system, do not override it locally git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 903f8da..0815eba 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga PKG_VERSION:=0.98.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68 PKG_SOURCE_URL:=http://www.quagga.net/download/ \ @@ -96,7 +96,6 @@ define Build/Configure --sysconfdir=/etc/quagga/ \ --enable-shared \ --disable-static \ - --enable-ipv6 \ --enable-vtysh \ --enable-user=quagga \ --enable-group=quagga \